/*ͷβ����ͳһ��ʽ*/
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
}

ul,
li {
	list-style: none;
}

body {
	text-align: left;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333333;
}

a:focus,
a:hover {}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}


.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/* ͷ�� */
.header {
	height: 600px;
	/* background: url(../images/banner.png) no-repeat center top; */
}

/* ͷ�������л���ʼ */
.fullSlide {
	width: 100%;
	position: absolute;
	height: 540px;
	/* background: #000; */
	z-index: -100;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 540px;
	overflow: hidden;
	text-align: center;
}

/* ͷ�������л����� */
.header_con {
	height: 540px;
}

.header_top {
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
}

.header_top a {
	color: #FFFFFF;
}

.top_left {
	float: left;
}

.top_left a {
	margin-left: 10px;
	margin-right: 20px;
}

.top_right {
	float: right;
}

.top_right a {
	margin-left: 20px;
}

.header_logo {
	text-align: center;
	padding-top: 150px;
}

.header_search {
	width: 740px;
	margin: 0 auto;
	margin-top: 40px;
}

.search_l {
	float: left;
	width: 600px;
	height: 60px;
	line-height: 60px;
	color: #999999;
	background: url(../images/ser.png) #FFFFFF no-repeat 552px center;
	padding-left: 20px;
}

.search_l .ser_input {
	display: block;
	width: 520px;
	height: 100%;
}

.search_r {
	float: right;
	width: 120px;
	height: 60px;
	line-height: 60px;
	background: #C92C1A;
	border-radius: 8px;
	font-size: 22px;
	color: #FFFFFF;
}

.search_r button {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}

.header .nav_bg {
	background: #0255A6;
}

.header .nav {
	line-height: 60px;
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

.header .nav a {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	width: 14.3%;
}

/* ������ */
.index_con {
	padding: 40px 0;
}

/* ͷ�� */
.con1 .hot_focus {
	width: 1218px;
	height: 200px;
	margin-left: -18px;
	background: url(../images/hotfocus1.png) no-repeat center top;
	padding-left: 28px;
	padding-right: 10px;
	padding-top: 45px;
}

.con1 .hot_focus h3 {
	font-weight: 600;
	font-size: 32px;
	color: #C31F0B;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.con1 .hot_focus h3 a {
	color: #C31F0B;
}

.con1 .hot_focus p {
	color: #999999;
	text-align: center;
	line-height: 54px;
}

/* ͼƬ�ֲ� */
.con1_main {
	padding-top: 35px;
}

.con1_left {
	float: left;
	width: 640px;
	height: 426px;
}

.con1_left .bd {
	height: 426px;
	box-sizing: border-box;
	overflow: hidden;
}

.con1_left .bd ul {
	position: relative;
}

.con1_left .bd ul li {
	width: 640px;
	height: 426px;
}

.con1_left .bd ul li a {
	display: block;
}

.con1_left .bd ul li img {
	width: 100%;
	height: 426px;
	object-fit: cover;
	vertical-align: middle;
}

.con1_left .bd ul li p {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 18px;
	color: #FFFFFF;
	background: url(../images/newsbg.png) no-repeat center top;
	position: absolute;
	bottom: 0;
	left: 0;
}

.con1_left .bd ul li p a {
	color: #FFFFFF;
	display: block;
	width: 80%;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.con1_left .hd {
	float: right;
	margin-top: -33px;
	padding-right: 6px;
}

.con1_left .hd ul li {
	width: 10px;
	height: 10px;
	float: left;
	cursor: pointer;
	background: url(../images/news_white.png) no-repeat center top;
	margin-right: 10px;
	opacity: 0.9;
}

.con1_left .hd ul li.on {
	background: url(../images/news_focus.png) no-repeat center top;
	width: 30px;
}

/* �ֲ��Ҳ��л� */
.con1_right {
	float: right;
	width: 520px;
	height: 426px;
}

.news_title {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}

.news_title ul {
	overflow: hidden;
}

.news_title ul li {
	float: left;
	height: 54px;
	margin: 0 18px;
}

.news_title ul li:first-child {
	margin-left: 0;
}

.news_title ul li a {
	font-size: 24px;
	padding-bottom: 20px;
	color: #333333;
	float: left;
	border-bottom: 4px solid transparent;
}

.news_title ul li.active a {
	color: #03a4fc;
	border-bottom: 4px solid #03a4fc;
}

.news_list {
	width: 100%;
	height:auto;
	margin-top: 15px;
	display: none;
}

.news_list .news_lists {
	width: 100%;
}

.news_list .news_lists ul {
	height: auto;
	overflow: hidden;
}

.news_list .news_lists ul li {
	line-height: 45px;
	padding-left: 15px;
	background: url(../images/dian.png) no-repeat left 22px;
	overflow: hidden;
}

.news_list .news_lists ul li img {
	margin-right: 15px;
	float: left;
	margin-top: 22px;
}

.news_list .news_lists ul li a {
	color: #333333;
	float: left;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_list .news_lists ul li span {
	display: inline-block;
	color: #cccccc;
	line-height: 45px;
	float: right;
}

.con1_guowuyuan {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}

.con1_guowuyuan li {
	width: 160px;
	height: 60px;
	line-height: 60px;
	background: #E6F0FA;
}

.con1_guowuyuan li a {
	color: #333333;
	display: block;
	height: 100%;
	padding-left: 20px;
}

.con1_guowuyuan li a img {
	margin-right: 10px;
}

/* �ڶ��� */
.con2 {
	height: 644px;
	margin-top: 40px;
}
.congg {
	height: 150px;
	margin-top: 40px;
}
.con2 .title {
	padding-top: 40px;
}

.ywtb {
	margin-top: 40px;
	margin-bottom: 30px;
}

.ywtb ul {
	display: flex;
	justify-content: space-between;
}

.ywtb ul li {
	width: 277px;
	height: 284px;
	background: #FFFFFF;
}

.ywtb ul li:hover {
	background: #03a4fc;
	color: #FFFFFF;
}

.showe01 {
	border: 1px solid #5c80b8;
	box-shadow: 0 0 20px 5px #f1f1f1;
}

.ywtb ul li i {
	width: 72px;
	height: 72px;
	display: block;
	margin: 0 auto;
}

.ywtb ul li.grfw i {
	background: url(../images/grfw.png) no-repeat center center;
}

.ywtb ul li.frfw i {
	background: url(../images/frfw.png) no-repeat center center;
}

.ywtb ul li.bmfw i {
	background: url(../images/bmfw.png) no-repeat center center;
}

.ywtb ul li.tsfw i {
	background: url(../images/tsfw.png) no-repeat center center;
}

.ywtb ul li.grfw:hover i {
	background: url(../images/grfwh.png) no-repeat center center;
}

.ywtb ul li.frfw:hover i {
	background: url(../images/frfwh.png) no-repeat center center;
}

.ywtb ul li.bmfw:hover i {
	background: url(../images/bmfwh.png) no-repeat center center;
}

.ywtb ul li.tsfw:hover i {
	background: url(../images/tsfwh.png) no-repeat center center;
}

.ywtb ul li div.fw_tit {
	padding-top: 40px;
}

.ywtb ul li div.fw_tit p {
	overflow: hidden;
}

.ywtb ul li h3 {
	height: 78px;
	line-height: 78px;
}

.ywtb ul li h3 a {
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	width: 100%;
	height: 78px;
	line-height: 78px;
}

.ywtb ul li:hover h3 a {
	color: #FFFFFF;
}

.ywtb ul li a {
	width: 50%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	float: left
}

.ywtb ul li:hover a {
	color: #FFFFFF;
}

.ywtb ul li p.fw_tit2 a {
	width: 100%;
}

/* һ��ͨ��ר�� */
.ywtb_zq {
	background: #FFFFFF;
	box-shadow: 0 0 12px 0 rgba(172, 198, 230, 0.25);
	height: 150px;
}

.scroll_horizontal {
	position: relative;
	height: 150px;
	margin: auto;
	overflow: hidden;
}

.scroll_horizontal .box {
	overflow: hidden;
	width: 1160px;
	height: 150px;
	padding: 20px 10px;
	margin: 0 auto;
}

.scroll_horizontal .box .tempWrap {
	margin-left: -30px;
}

.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
	height: 130px !important;
}

.scroll_horizontal .list li {
	float: left;
	width: 300px !important;
	padding: 0 30px;
	border-right: 1px solid #EDF0F6;
}

.scroll_horizontal .list li a {
	display: block;
}

.scroll_horizontal .list li img {
	width: 100%;
	height: 80px;
}

.scroll_horizontal .list li p {
	text-align: center;
	margin-top: 10px;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
	position: absolute;
	line-height: 150px;
	width: 20px;
	cursor: pointer;
}

.scroll_horizontal .prev {
	left: 0px;
}

.scroll_horizontal .next {
	right: 0px;
}

.scroll_horizontal .next img:hover {
	-webkit-filter: brightness(130%);
	/* Chrome, Safari, Opera */
	filter: brightness(130%);
}

.scroll_horizontal .prev img:hover {
	-webkit-filter: brightness(130%);
	/* Chrome, Safari, Opera */
	filter: brightness(130%);
}

/* ������ */
.con3 {
	padding-top: 40px;
}

.con3_left {
	float: left;
	width: 640px;
}

.zc_search {
	height: 120px;
	margin-top: 20px;
	padding-top: 35px;
	background: url(../images/zc_search.png) no-repeat center top;
display:none;
}

.zc_search .ser {
	width: 600px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}

.zc_search .ser input {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 445px;
	background: transparent;
	padding: 0 20px;
	color: #999999;
}

.zc_search .ser button {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 155px;
	background: transparent;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 20px;
}

.con3_right {
	float: right;
	width: 520px;
}

.zfxxgk_list {
	height: 270px;
	margin-top: 14px;
}

.zfxxgk_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #e8f1fa;
}

.zfxxgk_list ul li {
	width: 33.3%;
	height: 135px;
	text-align: center;
	padding-top: 20px;
}

.zfxxgk_list ul li a {
	display: block;
}

.zfxxgk_list ul li a p {
	margin-top: 20px;
}

.zfxxgk_list1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zfxxgk_list1 li {
	width: 160px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e8f1fa;
	margin-top: 20px;
	text-align: center;
}

/* ���Ĳ� */
.con4 {
	padding-top: 40px;
}

.con4_left {
	float: left;
	width: 640px;
}

.con4_left .news_title .df_list {
	line-height: 35px;
	float: left;
}

.con4_left .news_title .wyxx {
	float: right;
	color: #03a4fc;
	line-height: 35px;
}

.con4_left .news_title .wyxx a {
	display: block;
}

.con4_left .news_title .wyxx img {
	margin-right: 10px;
	float: left;
	margin-top: 6px;
}

.con4_left .xz_list {
	margin-top: 20px;
}

.con4_left .xz_list .list {
	line-height: 45px;
	margin-top: 20px;
}

.con4_left .xz_list .list img {
	margin-right: 15px;
}

.con4_right {
	float: right;
	width: 520px;
}

.con4_right .zxft {
	margin-top: 20px;
}

.con4_right .ft_l {
	float: left;
	width: 150px;
}

.con4_right .ft_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.con4_right .ft_r {
	float: right;
	width: 150px;
}

.con4_right .ft_r h3 {
	font-size: 18px;
	margin-top: 20px;
}

.con4_right .ft_r p {
	color: #999999;
	margin-top: 20px;
}

.con4_right .wsxf {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.con4_right .wsxf li {
	width: 160px;
	height: 75px;
	line-height: 75px;
	background: #E6F0FA;
}

.con4_right .wsxf li a {
	display: block;
	height: 100%;
	padding-left: 20px;
	font-weight: 600;
	font-size: 20px;
	color: #03a4fc;
}

.con4_right .wsxf li a img {
	margin-right: 13px;
}

/* ����� */
.con5 {
	padding-top: 40px;
}

.ztzl_list {
	margin-top: 20px;
	height: 220px;
}

.ztzl_list .scroll_horizontal01 {
	position: relative;
	height: 220px;
	margin: auto;
}

.ztzl_list .scroll_horizontal01 .box {
	overflow: hidden;
	width: 1200px;
	height: 260px;
	margin: 0 auto;
}

.ztzl_list .scroll_horizontal01 .list {
	overflow: hidden;
	width: 9999px;
	height: 260px !important;
}

.ztzl_list .scroll_horizontal01 .list li {
	float: left;
	width: 285px !important;
	margin-right: 20px;
	background: #FFFFFF;
	box-shadow: 0 1px 14px 0 #DBD8D8;
}

.ztzl_list .scroll_horizontal01 .list li a {
	display: block;
}

.ztzl_list .scroll_horizontal01 .list li img {
	width: 100%;
	height: 160px;
}

.ztzl_list .scroll_horizontal01 .list li p {
	text-align: center;
	line-height: 60px;
}

.ztzl_list .scroll_horizontal01 .prev,
.scroll_horizontal01 .next {
	position: absolute;
	line-height: 220px;
	width: 48px;
	cursor: pointer;
}

.ztzl_list .scroll_horizontal01 .prev {
	left: -60px;
}

.ztzl_list .scroll_horizontal01 .next {
	right: -60px;
}

.ztzl_list .scroll_horizontal01 .next img:hover {
	-webkit-filter: brightness(130%);
	/* Chrome, Safari, Opera */
	filter: brightness(130%);
}

.ztzl_list .scroll_horizontal01 .prev img:hover {
	-webkit-filter: brightness(130%);
	/* Chrome, Safari, Opera */
	filter: brightness(130%);
}

/*�ײ�*/
.footer {
	border-top: 4px solid #0255A6;
	background: #fff;
	clear: both;
}

.footer .link {
	height: 50px;
	border-bottom: 1px solid #eceff1;
	line-height: 50px;
}

.footer .link_left {
	float: left;
	font-size: 18px;
	color: #03a4fc;
	font-weight: 500;
}

.footer .linkmenu {
	float: left;

}

.footer .linkmenu ul li {
	height: 50px;
	float: left;
	width: 205px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}

.footer .on {
	display: block !important;
}

.footer .link_cont {
	border: 1px solid #cecece;
	position: absolute;
	bottom: 45px;
	left: -10px;
	width: 100%;
	max-height: 310px;
	overflow-y: auto;
	box-sizing: border-box;
	z-index: 99;
	background: #fff;
	width: 210px;
	display: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.footer .link_cont li {
	height: 30px !important;
	line-height: 30px;
	width: 100% !important;
	margin: 0 !important;
}

.footer .link_cont li a {
	display: block;
	color: #333;
	width: 98%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: auto;
}

.footer .caret {
	background: url(../images/xl.png) no-repeat right;
	width: 12px;
	height: 6px;
	display: block;
	float: right;
	margin-top: 24px;
	margin-left: 20px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

/*��Ȩ*/
.footer .footer_con {
	padding: 20px 0;
}

.footer .footer_conl {
	float: left;
	width: 300px;
}

.footer .footer_conl h3 {
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.footer .footer_conl ul {
	overflow: hidden;
}

.footer .footer_conl li {
	color: #333333;
	line-height: 32px;
	float: left;
	width: 50%;
}

.footer .footer_conl li a {
	color: #333333;
}

.footer .footer_conm {
	width: 640px;
}

.footer .footer_conr {
	float: right;
}

.footer .footer_conr .jiucuo {
	float: left;
	margin-top: 25px;
	margin-right: 34px;
}

.footer .footer_conr .biaoshi {
	float: right;
	margin-top: 20px;
}

.footer .footer_beian {
	background: #F1F3F5;
	line-height: 50px;
}

.footer .beian_left {
	float: left;
}

.footer .beian_left img {
	margin: 0 15px;
}

.footer .beian_left a {
	margin-right: 15px;
}

.footer .beian_right {
	float: right;
}

.footer .beian_right img {
	margin-right: 15px;
}

.footer .beian_right a {
	margin-right: 20px;
}
	/*头尾所需统一样式*/
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	html,
	body,
	div,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	pre,
	code,
	form,
	fieldset,
	legend,
	input,
	textarea,
	p,
	blockquote,
	th,
	td,
	hr,
	button,
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	menu,
	nav,
	section,
	img {
		margin: 0px;
		padding: 0px;
		outline: none;
		border: 0px;
	}
	
	ul,
	li {
		list-style: none;
	}
	
	body {
		text-align: left;
		font-family: 'Microsoft YaHei';
		font-size: 16px;
		color: #333;
	}
	
	a,
	ins {
		text-decoration: none;
	}
	
	a {
		color: #333333;
	}
	
	a:focus,
	a:hover {}
	
	.clearfloat:after {
		display: block;
		clear: both;
		content: '';
		visibility: hidden;
		height: 0
	}
	
	.clearfloat {
		zoom: 1
	}
	
	
	.w1200 {
		width: 1200px;
	}
	
	.sholdshow{
		display: none;
	}
	.shpageold .sholdhide{
		display: none;
	}
	.shpageold .sholdshow{
		display: inline-block;
	}
	/* 头部 */
	.header {
		height: 600px;
	       /*background: url(/picture/988/2209221359053548771.png) no-repeat center top;*/
	}
	
	/* 头部背景切换开始 */
	.fullSlide {
		width: 100%;
		position: absolute;
		height: 540px;
		/* background: #000; */
		z-index: -100;
	}
	
	.fullSlide .bd {
		margin: 0 auto;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	
	.fullSlide .bd ul {
		width: 100% !important;
		height: 540px !important;
	}
	
	.fullSlide .bd li {
		width: 100% !important;
		height: 540px;
		overflow: hidden;
		text-align: center;
	}
	
	/* 头部背景切换结束 */
	.header_con {
		height: 540px;
	}
	
	.header_top {
		height: 50px;
		line-height: 50px;
		color: #FFFFFF;
	}
	
	.header_top a {
		color: #FFFFFF;
	}
	
	.top_left {
		float: left;
	}
	
	.top_left a {
		margin-left: 10px;
		margin-right: 20px;
	}
	
	.top_right {
		float: right;
	}
	
	.top_right a {
		margin-left: 20px;
	}
	
	.header_top .shslh{
		padding: 5px 10px;
		background: #f45204;
		border-radius: 5px;
	}
	.shpageold .header_top .shslh{
		padding: 5px 20px;
	}
	.header_logo {
		text-align: center;
		padding-top: 150px;
	}
	
	.header_search {
		width: 740px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	.search_l {
		float: left;
		width: 600px;
		height: 60px;
		line-height: 60px;
		color: #999999;
		background: url(/picture/988/2209221400151972190.png) #FFFFFF no-repeat 552px center;
		padding-left: 20px;
	}
	
	.search_l .ser_input {
		display: block;
		width: 520px;
		height: 100%;
	}
	
	.search_r {
		float: right;
		width: 120px;
		height: 60px;
		line-height: 60px;
		background: #C92C1A;
		border-radius: 8px;
		font-size: 22px;
		color: #FFFFFF;
	}
	
	.search_r button {
		display: block;
		width: 100%;
		height: 100%;
		background: transparent;
		color: #FFFFFF;
	}
	
	.header .nav_bg {
		background: #03a4fc;
	}
	
	.header .nav {
		line-height: 60px;
		display: flex;
		justify-content: space-between;
		font-size: 22px;
		color: #FFFFFF;
		text-align: center;
	}
	
	.header .nav a {
		font-size: 22px;
		color: #FFFFFF;
		text-align: center;
		width: 14.3%;
	}
    .ultr {
        height: 310px !important;
        opacity: 1 !important;
    }

    .zindex {
        position: fixed;
        z-index: 999;
        top: 20px;
    }
    /* 头部 */
    .wap-ty-top {
        width: 100%;
        height: 200px;
        position: relative;
        background: #305CAC;
        font-size: initial;
        display: none;
        overflow: hidden;
    }
    .wap-ty-top-2 {
        position: absolute;
        top: 20%;
        transform: translateY(-50%);
        right: 44px;
        width: 44px;
        height: 44px;
    }
    .wap-ty-top-3 {
        position: absolute;
        top: 20%;
        transform: translateY(-50%);
        right: 0;
        width: 44px;
        height: 44px;
    }
    .wap-ty-top ul {

        width: 100%;
        padding: 15px 0;
        background: #2B5CAC;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease-out 0s;
    }
    .wap-ty-top ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .wap-ty-top ul li a {
        color: #ffffff;
        font-size: 18px;
        display: block;
        width: 60%;
        margin: auto;
    }
    .wap-ty-top-3 img,
    .wap-ty-top-2 img {
        width: 100%;
        height: 100%;
    }
    .wap-ty-top-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px !important;
        height: 40px;
    }
    .wap-ty-top-4 {
        text-align: center;
        height: 133px;
        font-size: initial;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }
    .wap-ty-top-4 img {
        height: 133px;
    }
    .wap-ty-top-5 {
        height: auto;
    }
    .wap-ty-top-5 img {
        width: 100%;
        height: auto;
        background: #FFFFFF;
    }
    .shpageold * {
        cursor: url(http://www.jinan.gov.cn/picture/0/allaw.cur), auto !important;
    }
    .shpageold a {
        cursor: url(http://www.jinan.gov.cn/picture/0/pointer.cur), auto !important;
    }
    .shpageold a * {
        cursor: url(http://www.jinan.gov.cn/picture/0/pointer.cur), auto !important;
    }
    .shpageold .header{
        height:auto;
    }
    .shpageold .header_top{
        height: 96px;
        line-height: 96px;
    }
    .shpageold .top_left a,.shpageold .top_right a{
        font-size: 32px;
    }
    .shpageold .top_left img,.shpageold .top_right img{
        vertical-align: top;margin-top: 35px;
    }
    .shpageold .top_left,.shpageold .top_right{
        line-height: 96px;height:96px
    }
    .shpageold .top_left{
        display: none;
    }
    .shpageold .top_left a{
        margin-left: 5px;margin-right: 15px;
    }
    .shpageold .header_logo{
        padding-top:20px;
    }
    .shpageold .header_logo img{
        width:414px;
    }
    .shpageold .header_search {
        width: 930px;
    }
    .shpageold .search_l {
        width: 720px;
        height: 96px;
        line-height: 96px;
        background: url(/picture/988/2209231526199146868.png) #FFFFFF no-repeat 654px center;
        padding-left: 20px;
        font-size: 32px;
    }
    .shpageold .search_r {
        width: 180px;
        height: 96px;
        line-height: 96px;
        border-radius: 8px;
        font-size: 32px;
    }
    .shpageold .search_r button{
        cursor: url(http://www.jinan.gov.cn/picture/0/pointer.cur), auto !important;
    }
    .shpageold .header .nav {
        line-height: 108px;
        font-size: 36px;
        display: block;
        overflow: hidden;
    }
    .shpageold .header .nav a {
        font-size: 36px;
        width: 25%;
        float: left;
    }